home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Development / envCPP31 / c++ / samples / empty-shell / makefile < prev    next >
Encoding:
Makefile  |  2002-01-01  |  240 b   |  13 lines

  1. # makefile for GNU make (automatically generated by makemake)
  2. # NOTE: Command lines in GNU makefiles must start with a TAB !
  3.  
  4. EXE = unbenannt 
  5.  
  6. all : $(EXE) 
  7.  
  8. main.o : main.c 
  9.     sc:c/sc nolink main.c 
  10.  
  11. $(EXE) : main.o 
  12.     sc:c/sc link main.o 
  13.